Package edu.uky.ai.lp.ai

Contains classes for creating agents who play "Hunt the Wumpus".
  • Interface Summary 
    Interface Description
    Agent
    Represents a player in "Hunt the Wumpus."
  • Class Summary 
    Class Description
    Continuation<T>
    A continuation, sometimes called a generator, is like a function which can return multiple values in sequence.
    HumanAgent
    An implementation of Agent that allows a human to play the game by typing commands into the console.
    LogicAgent
    An artificially intelligent agent which uses logical reasoning based on observations to decide which squares are safe to visit.
    Path
    Utility methods for navigating paths though the Wumpus World.
    Prover<E extends Expression>
    A prover is a Continuation used to find all the ways that a given logical expression can be proved true.
    WumpusWorld
    A utility class for providing the initial Wumpus World knowledge base.